home *** CD-ROM | disk | FTP | other *** search
/ ftp.hitl.washington.edu / ftp.hitl.washington.edu.tar / ftp.hitl.washington.edu / pub / people / tsoper / CT Explorer / SampleGUI.csproj < prev    next >
Text File  |  2005-06-09  |  9KB  |  225 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{12BA39B3-5997-4105-B42C-C42FC80B679A}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "SampleGUI"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "SampleGUI"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "true"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "false"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "bin\Debug\"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "false"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "bin\Release\"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "csgl"
  94.                     AssemblyName = "csgl"
  95.                     HintPath = "bin\Debug\csgl.dll"
  96.                 />
  97.                 <Reference
  98.                     Name = "Bluebit.MatrixLibrary"
  99.                     AssemblyName = "Bluebit.MatrixLibrary"
  100.                     HintPath = "..\..\..\..\Program Files\Bluebit\NET Matrix Library 2.2\Bluebit.MatrixLibrary.dll"
  101.                 />
  102.             </References>
  103.         </Build>
  104.         <Files>
  105.             <Include>
  106.                 <File
  107.                     RelPath = "3DElementIndexer.cs"
  108.                     SubType = "Code"
  109.                     BuildAction = "Compile"
  110.                 />
  111.                 <File
  112.                     RelPath = "App.ico"
  113.                     BuildAction = "Content"
  114.                 />
  115.                 <File
  116.                     RelPath = "AssemblyInfo.cs"
  117.                     SubType = "Code"
  118.                     BuildAction = "Compile"
  119.                 />
  120.                 <File
  121.                     RelPath = "Board.cs"
  122.                     SubType = "Code"
  123.                     BuildAction = "Compile"
  124.                 />
  125.                 <File
  126.                     RelPath = "CTControlPanel.cs"
  127.                     SubType = "Component"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "CTControlPanel.resx"
  132.                     DependentUpon = "CTControlPanel.cs"
  133.                     BuildAction = "EmbeddedResource"
  134.                 />
  135.                 <File
  136.                     RelPath = "Eye.cs"
  137.                     SubType = "Code"
  138.                     BuildAction = "Compile"
  139.                 />
  140.                 <File
  141.                     RelPath = "MainForm.cs"
  142.                     SubType = "Form"
  143.                     BuildAction = "Compile"
  144.                 />
  145.                 <File
  146.                     RelPath = "MainForm.resx"
  147.                     DependentUpon = "MainForm.cs"
  148.                     BuildAction = "EmbeddedResource"
  149.                 />
  150.                 <File
  151.                     RelPath = "OpenGLSliceDrawer.cs"
  152.                     SubType = "Code"
  153.                     BuildAction = "Compile"
  154.                 />
  155.                 <File
  156.                     RelPath = "OpenGLSliceView.cs"
  157.                     SubType = "Component"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "OpenGLSliceView.resx"
  162.                     DependentUpon = "OpenGLSliceView.cs"
  163.                     BuildAction = "EmbeddedResource"
  164.                 />
  165.                 <File
  166.                     RelPath = "PCIBirdWrapper.cs"
  167.                     SubType = "Code"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "Scan.cs"
  172.                     SubType = "Code"
  173.                     BuildAction = "Compile"
  174.                 />
  175.                 <File
  176.                     RelPath = "ScrollSlider.cs"
  177.                     SubType = "UserControl"
  178.                     BuildAction = "Compile"
  179.                 />
  180.                 <File
  181.                     RelPath = "ScrollSlider.resx"
  182.                     DependentUpon = "ScrollSlider.cs"
  183.                     BuildAction = "EmbeddedResource"
  184.                 />
  185.                 <File
  186.                     RelPath = "Sensor.cs"
  187.                     SubType = "Code"
  188.                     BuildAction = "Compile"
  189.                 />
  190.                 <File
  191.                     RelPath = "TrackingSystem.cs"
  192.                     SubType = "Code"
  193.                     BuildAction = "Compile"
  194.                 />
  195.                 <File
  196.                     RelPath = "TrackingSystemForm.cs"
  197.                     SubType = "Form"
  198.                     BuildAction = "Compile"
  199.                 />
  200.                 <File
  201.                     RelPath = "TrackingSystemForm.resx"
  202.                     DependentUpon = "TrackingSystemForm.cs"
  203.                     BuildAction = "EmbeddedResource"
  204.                 />
  205.                 <File
  206.                     RelPath = "Transmitter.cs"
  207.                     SubType = "Code"
  208.                     BuildAction = "Compile"
  209.                 />
  210.                 <File
  211.                     RelPath = "ViewPanel.cs"
  212.                     SubType = "Component"
  213.                     BuildAction = "Compile"
  214.                 />
  215.                 <File
  216.                     RelPath = "ViewPanel.resx"
  217.                     DependentUpon = "ViewPanel.cs"
  218.                     BuildAction = "EmbeddedResource"
  219.                 />
  220.             </Include>
  221.         </Files>
  222.     </CSHARP>
  223. </VisualStudioProject>
  224.  
  225.